projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9782a96
)
Move provide statement to the end of the file.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 31 Aug 2008 13:57:48 +0000
(13:57 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 31 Aug 2008 13:57:48 +0000
(13:57 +0000)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index bed9096f8ab6b9e692c82fc17743eec5b1d69a18..fd0e6b2f7aa0f00db489a5e43bff17cb942ad27b 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-322,8
+322,6
@@
;;; Code:
-(provide 'ido)
-
(defvar cua-inhibit-cua-keys)
;;; User Variables
@@
-4656,6
+4654,7
@@
DEF, if non-nil, is the default value."
(ido-choice-list choices))
(ido-read-internal 'list prompt hist def require-match initial-input)))
+(provide 'ido)
;; arch-tag: b63a3500-1735-41bd-8a01-05373f0864da
;;; ido.el ends here